Point to copy/cut/delete named icons in the stock item deprecations
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 26 Dec 2014 16:04:26 +0000 (16:04 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 9 Jan 2015 04:50:22 +0000 (23:50 -0500)
We still use symbolic icons for Copy, Cut, and Delete operations inside
toolbars and some menus, so it's worth pointing to the symbolic icon
names in the deprecation notices.

https://bugzilla.gnome.org/show_bug.cgi?id=741969

gtk/deprecated/gtkstock.h

index 13099c810a83f2bbec53f28261f44b5d996c740c..a3676eb5d73698d1e49bcfaa770fc77140bcb6a3 100644 (file)
@@ -232,7 +232,7 @@ typedef char * GtkStock;
  *
  * The “Copy” item and icon.
  *
- * Deprecated: 3.10: Do not use an icon. Use label &quot;_Copy&quot;.
+ * Deprecated: 3.10: Use the named icon &quot;edit-copy&quot; or the label &quot;_Copy&quot;.
  */
 #define GTK_STOCK_COPY             ((GtkStock)"gtk-copy")
 
@@ -241,7 +241,7 @@ typedef char * GtkStock;
  *
  * The “Cut” item and icon.
  *
- * Deprecated: 3.10: Do not use an icon. Use label &quot;Cu_t&quot;.
+ * Deprecated: 3.10: Use the named icon &quot;edit-cut&quot; or the label &quot;Cu_t&quot;.
  */
 #define GTK_STOCK_CUT              ((GtkStock)"gtk-cut")
 
@@ -250,7 +250,7 @@ typedef char * GtkStock;
  *
  * The “Delete” item and icon.
  *
- * Deprecated: 3.10: Do not use an icon. Use label &quot;_Delete&quot;.
+ * Deprecated: 3.10: Use the named icon &quot;edit-cut&quot; or the label &quot;_Delete&quot;.
  */
 #define GTK_STOCK_DELETE           ((GtkStock)"gtk-delete")